inspector: Fix overlay coordinates
authorTimm Bäder <mail@baedert.org>
Wed, 20 May 2020 07:22:41 +0000 (09:22 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 20 May 2020 15:06:54 +0000 (17:06 +0200)
commita5e7e72dd8484f9bfcfb8b2d1400c314ed6f1482
treea7287f3943479305d45edc5a74820f06e12a2050
parent8e8e869853dafbf881d2859ef2c859d55efab4a0
inspector: Fix overlay coordinates

Get the native transform only once, for all overlays. Unfortunately we
have to undo this for the updates overlay since that one gets values
in surface coordinates.
gtk/inspector/focusoverlay.c
gtk/inspector/updatesoverlay.c
gtk/inspector/window.c